Main Switch
Deprecated
Use M3X instead of the com.porg.m3 package.
Replace with
import tech.cataspect.m3x.MainSwitch
Content copied to clipboard
tech.cataspect.m3x.MainSwitch(title, checked, onCheckedChange)
Content copied to clipboard
A switch and a title on a large card.
Used in Android's settings app to toggle a setting with many submenus.
Parameters
title
the text to show next to the switch.
checked
is the switch enabled?
on Checked Change
the action to perform when the switch is toggled.